home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / gen_bbs / rnrfl110.zip / RNRFL.CFG < prev    next >
Text File  |  1996-01-19  |  5KB  |  150 lines

  1. ;===================================================================
  2. ;RnR FL config file
  3. ;for a complete explanation of this file, see the RNRFL.DOC file!
  4. ;===================================================================
  5. ;The INIT section
  6. ;----------------
  7. ;the nocprght avoid displaying all the copyright notice in all the
  8. ;files created by RNRFL (Registered version only)
  9. ;===================================================================
  10. [INIT]
  11. bbs     =Blue Suede Shoes BBS
  12. sysop   =Bertrand Le Guen
  13. regcode =0
  14. path    =C:\TRIBBS\
  15. path2nod=C:\TRIBBS\
  16. display =C:\TRIBBS\DISPLAY\
  17. nocprght=No
  18.  
  19. ;===================================================================
  20. ;The MKLIST section
  21. :------------------
  22. ;listfile statement MUST be the first one of the section
  23. ;area statements MUST be at the end of the section
  24. ;arccmd can be one of the following : ZIP,ARJ,UC2,LHA,RAR
  25. ;-----------------------------------
  26. ;IMPORTANT IF YOU USE UC2 compressor
  27. ;-----------------------------------
  28. ;if you use the UC2 compressor you must start RNRFL by using the
  29. ;command line 'US RNRFL option config_file'. You MUST be sure to have US
  30. ;(ultra stealth UC2 exe) in memory before using RNRFL. If not, UC2 won't
  31. ;work and cause a "Not Enough memory" error.
  32. ;===================================================================
  33. [MKLIST]
  34. listfile=C:\TRIBBS\FREE\MASTER.LST
  35. addfile =C:\TRIBBS\UT\RNRFL\BSS.TXT
  36. arccmd  =ZIP
  37. arcdiz  =C:\TRIBBS\UT\RNRFL\MASTER.DIZ
  38. arccmt  =C:\TRIBBS\UT\RNRFL\BSS.TXT
  39. arcadd  =C:\TRIBBS\UT\RNRFL\BSS.TXT
  40. delascii=No
  41. private =No
  42. area    =*
  43.  
  44. ;===================================================================
  45. ;You can have as MKLIST section as you want  !! fine no ?
  46. ;===================================================================
  47. [MKLIST]
  48. listfile=C:\TRIBBS\FREE\MIDIFILE.LST
  49. addfile =C:\TRIBBS\UT\RNRFL\BSS.TXT
  50. arccmd  =ZIP
  51. arcdiz  =C:\TRIBBS\UT\RNRFL\MIDIFILE.DIZ
  52. arccmt  =C:\TRIBBS\UT\RNRFL\BSS.TXT
  53. arcadd  =C:\TRIBBS\UT\RNRFL\BSS.TXT
  54. delascii=No
  55. private =No
  56. area    =1
  57. area    =20-41
  58. area    =72
  59.  
  60. ;===================================================================
  61. ;Make the .lST and .ZIP file of the last 15 days uploaded files
  62. ;The only difference with the MKLIST section is the date statement
  63. ;===================================================================
  64. [LASTUP]
  65. listfile=C:\TRIBBS\FREE\LAST15.LST
  66. addfile =C:\TRIBBS\UT\RNRFL\BSS.TXT
  67. arccmd  =ZIP
  68. arcdiz  =C:\TRIBBS\UT\RNRFL\LAST15.DIZ
  69. arccmt  =C:\TRIBBS\UT\RNRFL\BSS.TXT
  70. arcadd  =C:\TRIBBS\UT\RNRFL\BSS.TXT
  71. private =No
  72. delascii=Yes
  73. date    =15
  74. area    =1
  75. area    =3-*
  76.  
  77. ;===================================================================
  78. ;Makes the .LST and .ZIP files of the last 30 days uploaded files !!
  79. ;===================================================================
  80. [LASTUP]
  81. listfile=C:\TRIBBS\FREE\LAST30.LST
  82. addfile =C:\TRIBBS\UT\RNRFL\BSS.TXT
  83. arccmd  =ZIP
  84. arcdiz  =C:\TRIBBS\UT\RNRFL\LAST30.DIZ
  85. arccmt  =C:\TRIBBS\UT\RNRFL\BSS.TXT
  86. arcadd  =C:\TRIBBS\UT\RNRFL\BSS.TXT
  87. private =No
  88. delascii=Yes
  89. date    =30
  90. area    =1
  91. area    =3-*
  92.  
  93. ;===================================================================
  94. ;Makes the custom display screen for level 10,15,20,30,60,65,ALL
  95. ;If clr* statement are left blank or not found in the section then,
  96. ;the default color will be used !
  97. ;===================================================================
  98. [SCREEN]
  99. clrhead =@X1F
  100. clrarea =@X0E
  101. clrname =@X0A
  102. clrfile =@X0C
  103. clrbyte =@X0C
  104. clrprvt =@X0C
  105. separat =│
  106. private =No
  107. seclevel=10
  108. seclevel=15
  109. seclevel=20
  110. seclevel=30
  111. seclevel=60
  112. seclevel=65
  113. seclevel=ALL
  114.  
  115. ;===================================================================
  116. ;*Makes the custom display screen for on-line user
  117. ; Read the file TRIBBS.SYS in node directory (path= path2n)
  118. ;*If clr* statement are left blank or not found in the section then,
  119. ; the default color wil be used !
  120. ;===================================================================
  121. [LOGON]
  122. clrhead =@X1F
  123. clrarea =@X0E
  124. clrname =@X0A
  125. clrfile =@X0C
  126. clrbyte =@X0C
  127. clrprvt =@X0C
  128. separat =│
  129. private =Y
  130. seclevel=@USER@
  131.  
  132. ;===================================================================
  133. ;*Check your FILES.LST to check if :       
  134. ;                                       Y        N
  135. ; - File found in FILES.LST not on HD  touch    nothing   (modlst )       
  136. ; - File found on HD not in FILES.LST  touch    del       (add2lst)
  137. ; - File size have changed             touch    nothing   (chksize)
  138. ; - File date have changed             touch    nothing   (chkdate)
  139. ;===================================================================
  140. [FILELST]
  141. modlst  =Y
  142. add2lst =Y
  143. chksize =Y
  144. chkdate =Y
  145. area    =1
  146. ;===================================================================
  147. ;No more ? ok that's all folks !
  148. ;===================================================================
  149. [END]
  150.